DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / OrderedView<T> Class
The type of the elements in the view.
Members

In This Topic
    OrderedView<T> Class
    In This Topic
    Represents a sorted view.
    Object Model
    OrderedView<T> Class
    Syntax
    'Declaration
     
    Public Class OrderedView(Of T) 
       Inherits View(Of T)
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of T)C1.LiveLinq.IObservableSource(Of T) 
    Type Parameters
    T
    The type of the elements in the view.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.LiveLinq.LiveViews.OrderedView<T>

    See Also